home *** CD-ROM | disk | FTP | other *** search
/ Complete Linux / Complete Linux.iso / docs / apps / database / postgres / postgre4.z / postgre4 / src / lib / H / tmp / utilities.h < prev   
Encoding:
C/C++ Source or Header  |  1992-08-27  |  432 b   |  8 lines

  1. /* $Header: /private/postgres/src/lib/H/tmp/RCS/utilities.h,v 1.4 1991/11/18 17:35:11 mer Exp $ */
  2. extern LispValue vectori_long_to_list ARGS((int *vectori, int start, int n));
  3. /* extern LispValue same ARGS((LispValue list1, LispValue list2)); */
  4. extern LispValue last_element ARGS((LispValue list));
  5. extern LispValue copy_seq_tree ARGS((LispValue seqtree));
  6. extern base_log ARGS((double foo));
  7. extern max ARGS((int foo, int bar));
  8.